MultiGraphSetVisible

 

Mark or hide the tags set as a member of the multi-graph.

 

void @MultiGraphSetVisible(string classname, string tag, int visible);

 

Parameters

string classname : Class name of multi-graph

int visible : View mode (0 = hide, 1 = display)

 

Return Value

None

 

Example

@MultiGraphSetVisible("MultiGraph1", "TAG1", 0);

Description : Hide the graph of "Tag1" expressed in the multi-graph.

 

Version Information

Supported Version: 10.2.3 or Higher

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()